SftTree/NET 2.0

TotalItems Property, ItemCollectionClass Class

Softel vdm, Inc.

Returns the total number of items in this item collection, including any immediate and indirect dependents.

Syntax      ItemCollectionClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property TotalItems As Integer

C#   

public int TotalItems { get; }

C++   

public: property int TotalItems {
        int get();
}

Property Value

The total number of items.

Comments

The TotalItems property returns the total number of items in this item collection, including any immediate and indirect dependents.

TotalItems is similar to VisibleItems, but TotalItems includes hidden items also.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com